chore: rename project to opencode-a2a-server#171
Merged
liujuanjuan1984 merged 1 commit intomainfrom Mar 13, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
本 PR 将项目从
opencode-a2a-serve/opencode_a2a_serve一次性全量重命名为opencode-a2a-server/opencode_a2a_server,不保留兼容别名。变更模块
1. Python 包与分发入口
src/opencode_a2a_serve/重命名为src/opencode_a2a_server/pyproject.toml中的project.name、CLI entrypoint、mypy / coverage 路径同步切换uv.lock中的包名同步更新2. 运行脚本与部署约定
scripts/deploy*.sh、scripts/init_system.sh、scripts/start_services.sh、scripts/uninstall.sh等脚本统一切换到新命令名与默认目录名opencode-a2a@.service切换为opencode-a2a-server@.service3. 文档与仓库元信息
Intelligent-Internet/opencode-a2a-server4. 测试与 CI
验证
bash -n scripts/deploy.sh scripts/deploy/enable_instance.sh scripts/deploy/install_units.sh scripts/deploy/run_a2a.sh scripts/deploy/run_opencode.sh scripts/deploy/setup_instance.sh scripts/deploy/update_a2a.sh scripts/deploy_light.sh scripts/init_system.sh scripts/start_services.sh scripts/uninstall.shuv run pre-commit run --all-filesuv run pytest结果:
167 passed,coverage84.48%Closes #170